home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / gui / example / includes.h < prev    next >
C/C++ Source or Header  |  1999-08-27  |  1KB  |  55 lines

  1. #ifndef INSTALLERNG_GUILIB_INCLUDES_H
  2. #define INSTALLERNG_GUILIB_INCLUDES_H
  3.  
  4. #include <dos/dos.h>
  5. #include <dos/dostags.h>
  6. #include <dos/filehandler.h>
  7. #include <dos/stdio.h>
  8. #include <dos/exall.h>
  9. #include <dos/var.h>
  10. #include <exec/types.h>
  11. #include <exec/memory.h>
  12. #include <exec/lists.h>
  13. #include <exec/nodes.h>
  14. #include <exec/libraries.h>
  15. #include <exec/ports.h>
  16. #include <exec/resident.h>
  17. #include <exec/semaphores.h>
  18. #include <libraries/mui.h>
  19. #include <libraries/locale.h>
  20. #include <libraries/asl.h>
  21. #include <libraries/gadtools.h>
  22. #include <libraries/expansion.h>
  23. #include <libraries/configregs.h>
  24. #include <libraries/configvars.h>
  25. #include <libraries/installergui.h>
  26. #include <workbench/workbench.h>
  27. #include <workbench/startup.h>
  28. #include <utility/tagitem.h>
  29. #include <rexx/storage.h>
  30. #include <savage/filetype.h>
  31. #include <savage/macros.h>
  32. #include <savage/sysinfo.h>
  33.  
  34. #include <proto/exec.h>
  35. #include <proto/dos.h>
  36. #include <proto/muimaster.h>
  37. #include <proto/locale.h>
  38. #include <proto/icon.h>
  39. #include <proto/utility.h>
  40. #include <proto/wb.h>
  41. #include <proto/asl.h>
  42. #include <proto/expansion.h>
  43. #include <proto/rexxsyslib.h>
  44. #include <proto/intuition.h>
  45.  
  46. #include <proto/installergui.h>
  47. //#include <clib/installergui_protos.h>
  48.  
  49. #include <clib/alib_protos.h>
  50. #include <clib/savage_protos.h>
  51. #include <clib/debuglib_protos.h>
  52.  
  53. #endif
  54.  
  55.